﻿@charset "utf-8";
/* CSS Document */

/**common**/
* { margin: 0; padding: 0; }
html, body { min-width: 1360px; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1 Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
@font-face { font-family: "Helvetica"; src: url('../fonts/Helvetica.ttf'); }
@font-face { font-family: "HelveticaBold"; src: url("../fonts/HelveticaBold.ttf"); }
@font-face { font-family: "PangMen"; src: url("../fonts/PangMen.ttf"); }
@font-face { font-family: "YouSheBiaoTiHei"; src: url("../fonts/YouSheBiaoTiHei.ttf"); }
@font-face { font-family: "DINMITTELSCHRIFTSTD"; src: url("../fonts/DINMITTELSCHRIFTSTD.OTF"); }
/*头部 开始*/
.lyTop { width: 100%; height: 100px; margin: 0; padding: 0; background-color: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.1); position: relative; z-index: 9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyTop i.tpbgfl { display: block; width: 50%; height: 100px; overflow: hidden; margin: 0 322px 0 0; padding: 0; background: url(../images/tpbg01.png) top right no-repeat; position: absolute; right: 50%; top: 0; }
.lyTop .lyTop_Main { width: 1300px; height: auto; margin: 0 auto; padding: 0; position: relative; }
.lyTop_Main .lyLogo { width: 222px; height: 55px; overflow: hidden; margin: 20px 0 15px; padding: 0; float: left; }
.lyLogo a { display: table-cell; vertical-align: middle; width: 100%; height: 55px; overflow: hidden; margin: 0; padding: 0; }
.lyLogo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
/*导航栏 开始*/
.ly_nav { width: 66%; height: auto; margin: 0; padding: 0; float: right; }
.ly_nav li, .ly_nav a { text-decoration: none; list-style: none; }
.ly_nav ::-webkit-scrollbar {
display: none;
}
.ly_nav .nav_list { width: 100%; margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; }
.ly_nav .nav_list > ul > li { display: inline-block; position: relative; list-style: none; padding: 0 15px; float: left; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 30px; }
.ly_nav .nav_list > ul > li:last-child { margin: 0; }
.ly_nav .nav_list > ul > li:hover { }
.ly_nav .nav_list > ul > li > a { display: inline-block; width: 100%; line-height: 50px; color: #333; font-size: 18px; text-align: center; padding: 10px 0 0; margin: 0; text-decoration: none; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-top: 10px; }
.ly_nav .nav_list > ul > li:hover, .ly_nav .nav_list > ul > li.active { background: #ad150d; }
.ly_nav .nav_list > ul > li:after, .ly_nav .nav_list > ul > li.active:after{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #000042; }
.ly_nav .nav_list > ul > li:hover:after,.ly_nav .nav_list > ul > li.active:after { height: 3px; }
.ly_nav .nav_list > ul > li:hover > a, .ly_nav .nav_list > ul > li.active > a { color: #fff; }
.ly_nav .nav_list > ul > li > em { display: block; width: 40px; height: 48px; overflow: hidden; margin: -24px 0 0 -20px; padding: 0; background: url(../images/navOn.png) center center no-repeat; opacity: 0; position: absolute; top: 50%; left: 50%; z-index: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_nav .nav_list > ul > li:hover > em, .ly_nav .nav_list > ul > li.active > em { opacity: 1; }
.ly_nav .nav_list > ul > li:nth-child(1):hover > em, .ly_nav .nav_list > ul > li:nth-child(1).active > em { opacity: 1; }
.ly_nav .nav_list > ul > li i { display: inline-block; width: 20px; height: 20px; background: url(../images/down.png) center center no-repeat; background-size: 10px 10px; vertical-align: middle; cursor: pointer; margin: 0; display: none; }
.ly_nav .nav_list > ul > li i.cur { background: url(../images/up.png) center center no-repeat; background-size: 10px 10px; text-decoration: none; }
.ly_nav .nav_list > ul > li ul { display: none; position: absolute; left: -17%; top: 80px; z-index: 9; width: 134%; overflow: hidden; background-color: #fff; border-top: 2px solid #2c8627; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 0 0 2px 2px; }
.ly_nav .nav_list > ul > li:hover ul { display: block; }
.ly_nav .nav_list > ul > li ul li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.ly_nav .nav_list > ul > li ul li:last-child { border: 0; }
.ly_nav .nav_list > ul > li ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_nav .nav_list > ul > li ul li a:hover { color: #2c8627; }
.ly_nav .nav_menu { display: none; }
/*导航栏 结束*/
/*头部 结束*/

.w1300 { width: 1300px; margin: 0 auto; }
.lyKeySs { width: 100%; margin: -40px auto 0; padding: 0; position: relative; z-index: 9; }
.lyKeySs .lyKeySs_Main { width: 1300px; height: 80px; margin: 0 auto; padding: 0; background: #fff; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1); }
.lyKeywords { width: 50%; height: 80px; overflow: hidden; line-height: 80px; color: #fff; font-size: 16px; margin: 0; padding: 0 0 0 130px; float: left; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyKeywords .lyKeyTit { width: 100px; height: 80px; overflow: hidden; line-height: 80px; color: #999; font-size: 16px; text-align: right; margin: 0; padding: 0; position: absolute; left: 30px; top: 0; }
.lyKeyTit img { display: inline-block; width: 18px; height: 18px; vertical-align: middle; margin: -4px 8px 0 0; }
.lyKeywords a { display: inline-block; color: #666; font-size: 16px; margin: 0 10px; padding: 0; }
.lySearch { width: 50%; height: 80px; margin: 0; padding: 0 0 0 50px; float: right; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #000042; }
.lySearch i { width: 100%; height: 80px; margin: 0; padding: 0; position: absolute; left: 0; top: 0; background: url(../images/tpbg03.png) center left no-repeat; }
.lySearch .ScForm { width: 100%; margin: 0 auto; padding: 0; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ScForm form { width: 100%; height: 80px; margin: 0; padding: 0 80px 0 0; float: right; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ScForm form .sc_ipt { width: 100%; height: 55px; overflow: hidden; margin: 0; padding: 0; border-bottom: 1px solid #737397; }
.ScForm form .sc_ipt input { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: rgba(255,255,255,.45); font-size: 16px; margin: 0; padding: 0 20px 0 0; background-color: #000042; border: 0; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ScForm form .sc_btn { width: 80px; height: 68px; margin: 0; padding: 0; position: absolute; top: -12px; right: 32px; }
.ScForm form .sc_btn input { display: block; width: 100%; height: 68px; overflow: hidden; margin: 0; padding: 0; background: url(../images/sousou.png) center center no-repeat; background-size: 59px 68px; border: 0; outline: none; cursor: pointer; opacity: 1; }
.ScForm form input:-moz-placeholder {
 color: rgba(255,255,255,.45);
}
 .ScForm form input:-ms-input-placeholder {
 color: rgba(255,255,255,.45);
}
 .ScForm form input::-webkit-input-placeholder {
 color: rgba(255,255,255,.45);
}
/*banner 开始 */
.lyIdx_banner { width: 100%; height: 660px; overflow: hidden; margin: 0 auto 0; padding: 0; }
.lyIdx_banner .swiper-container1 { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.lyIdx_banner .swiper-container1 .swiper-slide { background-size: 1920px 660px!important; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
/*分页器*/
.lyIdx_banner .swiper-container1 .swiper-pagination { width: 100%; height: 12px; overflow: hidden; margin: 0; padding: 0; left: 0; bottom: 80px!important; }
.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #d2d2d2; margin: 0 6px; border-radius: 50%; opacity: 1; }
.lyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active { background-color: #ad150d; }
.lyIdx_banner .swiper-container1 .swiper-button-prev, .lyIdx_banner .swiper-container1 .swiper-button-next { width: auto!important; height: 40px!important; line-height: 40px; color: #fff; font-size: 18px; margin: 0!important; position: absolute; top: inherit!important; bottom: 40px!important; opacity: 0.4; background: none!important; }
.lyIdx_banner .swiper-container1 .swiper-button-prev { left: 6%; }
.lyIdx_banner .swiper-container1 .swiper-button-next { right: 6%; }
.lyIdx_banner .swiper-container1 .swiper-button-prev:hover, .lyIdx_banner .swiper-container01 .swiper-button-next:hover { opacity: 1; }
/*banner 结束*/


/**推荐产品 开始**/
.lyIdx_Title { width: 100%; overflow: hidden; margin: 0 auto 40px; padding: 0; }
.lyIdx_Title .lyIdx_t_l { float: left; }
.lyIdx_Title p { width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 30px; font-weight: bold; margin: 0 auto; padding: 0; }
.lyIdx_Title span { display: block; width: 100%; height: 22px; overflow: hidden; line-height: 22px; color: #999; font-size: 16px; margin: 0 auto 8px; padding: 0; background: url(../images/titIco.png) center center no-repeat; text-transform: uppercase; }
.lyIdx_Title .lyIdx_t_r { width: 162px; height: 54px; background: #000042; border-radius: 30px; line-height: 54px; text-align: center; float: right; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1); margin-top: 10px; }
.lyIdx_Title .lyIdx_t_r a { color: #fff; font-size: 16px; }
.lyIdx_Title .lyIdx_t_r img { display: inline-block; margin-left: 8px; }
.lyIdx_ProTj { width: 100%; height: auto; margin: 0 auto; padding: 70px 0; }
.lyIdx_ProTj .lyIdxProTj { width: 1300px; height: auto; margin: 0 auto; padding: 0; }
.lyIdxProTj .lyIdxProTj_List { width: 100%; min-height: 320px; margin: 0 auto; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxProTj_List .swiper-container2 { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; }
.lyIdxProTj_List .swiper-container2 .swiper-slide { border: 1px solid #d2d2d2; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.lyIdxProTj_Main { width: 100%; height: auto; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxProTj_Main .lyIdxProTj_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxProTj_Main .lyIdxProTj_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxProTj_Main .lyIdxProTj_Img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxProTj_Main:hover .lyIdxProTj_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdxProTj_Main .lyIdxProTj_Text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 10px 20px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }
.lyIdxProTj_Main .lyIdxProTj_Text a.ProTj_Name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 18px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxProTj_Main:hover .lyIdxProTj_Text a.ProTj_Name { color: #000042; }
.lyIdxProTj_Main .lyIdxProTj_Text p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 16px; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxProTj_Main .lyIdxProTj_Text p img { display: inline-block; width: 17px; height: 19px; margin: -3px 7px 0 0; padding: 0; }
.lyIdxProTj_Main .lyIdxProTj_mask { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: rgba(0,0,66,0.45); position: absolute; left: 0; top: 100%; z-index: 2; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxProTj_Main:hover .lyIdxProTj_mask { top: 0; }
.lyIdxProTj_mask a { display: block; width: 70px; height: 70px; margin: -37px 0 0 -35px; padding: 0; position: absolute; left: 50%; top: 50%; color: #fff; font-size: 16px; }
.lyIdxProTj_mask img { margin-bottom: 10px; }
.lyIdxProTj_List .swiper-button-prev2, .lyIdxProTj_List .swiper-button-next2 { width: 46px!important; height: 46px!important; margin: -23px 0 0!important; position: absolute; top: 50%!important; opacity: 1; background: none!important; cursor: pointer; }
.lyIdxProTj_List .swiper-button-prev2 { background: url(../images/prev01.png) 0 0 no-repeat!important; left: -20px; z-index: 9; }
.lyIdxProTj_List .swiper-button-next2 { background: url(../images/next01.png) 0 0 no-repeat!important; right: -25px; z-index: 9; }
.lyIdxProTj_List .swiper-button-prev2:hover { background: url(../images/prev02.png) 0 0 no-repeat!important; }
.lyIdxProTj_List .swiper-button-next2:hover { background: url(../images/next02.png) 0 0 no-repeat!important; }
/**推荐产品 结束**/


/*关于我们 开始*/
.lyIdx_About { width: 100%; background: #f8f9fd url(../images/about_bg.png) no-repeat 25% 130px; overflow: hidden; padding: 70px 0 0; }
.lyIdxAbout_Main .lyIdxAbout_Con { width: 55%; height: auto; margin: 0 auto; padding: 0 70px 0 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxAbout_Con .idxAb_Con { width: 100%; height: 230px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; line-height: 32px; color: #666; font-size: 16px; text-align: justify; margin: 20px auto 60px; padding: 0; }
.idxAb_Con p { width: 100%; overflow: hidden; line-height: 32px; color: #666; font-size: 16px; text-align: justify; margin: 0 auto; padding: 0; }
.lyIdxAbout_Con .lyIdx_t_r1 { width: 162px; height: 54px; background: #fff; border-radius: 30px; line-height: 54px; text-align: center; box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1); margin-top: 10px; }
.lyIdxAbout_Con .lyIdx_t_r1 a { color: #333; font-size: 16px; }
.lyIdxAbout_Con .lyIdx_t_r1 img { display: inline-block; margin-left: 8px; }
.lyIdxAbout_img { float: right; width: 37.8%; height: 574px; }
/*关于我们 结束*/
/*横幅 开始*/
.lyIdx_Data { width: 100%; overflow: hidden; padding: 50px 0; background: url(../images/hengfu_bg.jpg) center center no-repeat; }
.lyIdx_Data ul { width: 65%; float: left; overflow: hidden; margin: 0 auto; padding: 0; }
.lyIdx_Data ul li { width: 25%; overflow: hidden; margin: 0; padding: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdx_Data ul li p { width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-family: "DINMITTELSCHRIFTSTD"; font-size: 36px; margin: 0 auto 5px; padding: 0; }
.lyIdx_Data ul li p font { font-family: Arial, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif; font-size: 14px; display: inline-block; margin-left: 5px; }
.lyIdx_Data ul li span { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; margin: 0 auto; padding: 0; }
.service_tel { margin-top: 10px; overflow: hidden; background:url(../images/heng_tel.png) no-repeat 80% center; }
.service_tel p { font-size: 16px; color: #fff; margin-top: 10px; }
.service_tel b { display: block; font-size: 36px; color: #fff; margin-top: 12px; }
/*横幅 结束*/

/*产品中心 开始*/
.lyIdx_Pro { margin: 50px auto 30px; }
.sybigbt { width: 100%; }
.sybigbt .left { width: 20%; float: left; }
.sybigbt .right { max-width: 80%; height: 42px; float: right; overflow: hidden; margin-top: 20px; }
.sybigbt .right a { display: block; text-align: center; float: left; color: #999; line-height: 37px; font-size: 16px; padding: 0 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-right: 15px; max-width: 150px; }
.sybigbt .right a.on, .sybigbt .right a:hover { background: #ad150d; color: #fff; border-top: 3px solid #000042; }
.lyIdxPro_List { width: 100%; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 0; }
.lyIdxPro_List ul li { width: 23.875%; overflow: hidden; margin: 0 1.5% 20px 0; padding: 0; background-color: #fff; float: left; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; }
.lyIdxPro_List ul li:nth-child(4n+4) { margin: 0 0 20px; }
.lyIdxPro_List ul li:hover { }
.lyIdxPro_List ul li .lyIdxPro_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxPro_List ul li .lyIdxPro_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxPro_List ul li .lyIdxPro_Img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxPro_List ul li:hover .lyIdxPro_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdxPro_List ul li .lyIdxPro_Text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 10px 20px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }
.lyIdxPro_List ul li .lyIdxPro_Text a.Pro_Name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxPro_List ul li:hover .lyIdxPro_Text a.Pro_Name { color: #000042; }
.lyIdxPro_List ul li .lyIdxPro_Text p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyIdxPro_List ul li .lyIdxPro_Text p img { display: inline-block; width: 17px; height: 19px; margin: -3px 7px 0 0; padding: 0; }
.lyIdxPro_List ul li .lyIdxPro_mask { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: rgba(0,0,66,0.45); position: absolute; left: 0; top: 100%; z-index: 2; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxPro_List ul li:hover .lyIdxPro_mask { top: 0; }
.lyIdxPro_List .lyIdxPro_mask a { display: block; width: 70px; height: 70px; margin: -37px 0 0 -35px; padding: 0; position: absolute; left: 50%; top: 50%; color: #fff; font-size: 16px; }
.lyIdxPro_List .lyIdxPro_mask img { margin-bottom: 10px; }
/*产品中心 结束*/

/*公司动态 开始*/
.lyIdx_News { margin: 30px auto; overflow: hidden; }
.lyIdx_News .box { width: 100%; margin-top: 9px; min-height:300px; }
.lyIdx_News .box ul { display: none; }
.lyIdx_News .box ul li { width: 32%; float: left; margin-right: 2%; background: #fff; border: 1px solid #d2d2d2; padding: 30px 0 20px; position: relative; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-bottom: 2%; }
.lyIdx_News .box ul li .xz_top { margin-bottom: 10px; overflow: hidden; }
.lyIdx_News .box ul li:nth-child(3n+3) { margin-right: 0; }
.lyIdx_News .box ul li .time { width: 75px; text-align: right; float: left; margin-right: 20px; }
.lyIdx_News .box ul li .time p { font-size: 16px; color: #999; margin: 0 0 7px; }
.lyIdx_News .box ul li .time span { font-size: 24px; color: #999; }
.lyIdx_News .box ul li .wz { width: calc(100% - 110px); float: left; }
.lyIdx_News .box ul li .wz i { display: block; width: 50px; height: 2px; background: #d2d2d2; }
.lyIdx_News .box ul li .name { font-size: 18px; color: #333; margin-bottom: 10px; display: block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 25px; }
.lyIdx_News .box ul li:hover .name { color: #fff; font-weight:bold; }
.lyIdx_News .box ul li .text { font-size: 16px; color: #999; height: 48px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding: 0 24px; }
.lyIdx_News .box ul li:hover { background: #000042; border: 1px solid #fff; }
.lyIdx_News .box ul li:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #ad150d; }
.lyIdx_News .box ul li:hover:after { height: 4px; }
.lyIdx_News .box ul li:hover .wz i { background: #fff; }
.lyIdx_News .box ul li:hover .time p { color: rgba(255,255,255,.46); }
.lyIdx_News .box ul li:hover .time span { color: rgba(255,255,255,.46); }
.lyIdx_News .box ul li:hover .text { color: rgba(255,255,255,.64); }
.lyIdx_News .box ul.on { display: block; }
/*公司动态 结束*/

/*ly_Links 开始*/
.ly_Links { height: auto; margin: 0 auto; padding: 35px 0 0 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_Links .lyLinks_Main { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 0 0 0 100px; background: url(../images/link_bg.png) 0 0 no-repeat; position: relative; z-index: 1; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyLinks_Main .lyLinks_title { width: 100px; height: 44px; overflow: hidden; margin: -40px 0 0; padding: 17px 0; background-color: #ad150d; position: absolute; left: 0; top: 50%; }
.lyLinks_title span { display: block; width: 100%; height: 24px; overflow: hidden; line-height: 24px; color: #fff; font-size: 20px; text-align: center; margin: 0 auto; padding: 0; opacity: 0.85; }
.lyLinks_title p { width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0; opacity: 0.85; }
.lyLinks_Main .lyLinks_list { width: 100%; min-height: 80px; overflow: hidden; margin: 0; padding: 8px 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyLinks_list p { width: 100%; height: 65px; overflow-y: scroll; line-height: 32px; color: rgba(255,255,255,0.45); font-size: 14px; margin: 0; padding: 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyLinks_list p a { display: inline-block; height: 32px; line-height: 32px; color: rgba(255,255,255,0.45); font-size: 14px; margin: 0 20px 0 0; padding: 0; }
.lyLinks_list p a:hover { color: #fff; }
/* 设置滚动条的样式 */
.lyLinks_list ::-webkit-scrollbar {
width:0px;
}/* 滚动槽 */
.lyLinks_list ::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
.lyLinks_list ::-webkit-scrollbar-thumb {
background-color:#ad150d;
}
.lyLinks_list ::-webkit-scrollbar-thumb:window-inactive {
background-color:#ad150d;
}
/*ly_Links 结束*/


/*ly_Foot 开始*/
.ly_Foot { width: 100%; height: auto; margin: 0 auto; padding: 0; background-color: #000042; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ly_Foot1 { padding: 45px 0 0; }
.ly_Foot .lyFoot_Main { width: 1300px; overflow: hidden; margin: 0 auto; padding: 40px 0 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFoot_Main .lyFootLeft { width: 65%; height: auto; overflow: hidden; margin: 0; padding: 0 0 0 5px; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFootLeft dl dd { width: 25%; margin: 0; padding: 0 30px 0 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-left: 1px solid rgba(255,255,255,.29); height: 150px; }
.lyFootLeft dl dd p { width: 100%; height: 25px; color: #fff; font-size: 18px; margin: 0 auto 10px; padding: 0; }
.lyFootLeft dl dd p i { display: block; width: 3px; height: 18px; margin: 0 18px 6px -2px; padding: 0; background-color: #ad150d; float: left; }
.lyFootLeft dl dd a { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: rgba(255,255,255,0.45); font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 0 0 18px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFootLeft dl dd a:hover { color: #fff; }
.lyFootLeft .lyFootLine { width: 100%; height: 1px; overflow: hidden; margin: 24px auto 32px; padding: 0; background-color: rgba(255,255,255,0.25); }
.lyFoot_Main .lyFootRight { width: 33%; height: auto; margin: 0; padding: 0; float: right; border-left: 1px solid rgba(255,255,255,.25); }
.lyFoot_Main .lyFootRight i { display: block; width: 3px; height: 18px; margin: 0 15px 6px -2px; padding: 0; background-color: #ad150d; float: left; }
.lyFootRight .lyFootLxfs { float: right; width:76%;}
.lyFootLxfs .lxfs_tlt { width: 100%; height: auto; min-height: 30px; max-height: 60px; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; font-weight: bold; margin: 0 auto; padding: 0 0 0 30px; position: relative; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFootLxfs .lxfs_tlt img { display: block; width: 18px; height: 18px; overflow: hidden; margin: 0; padding: 0; position: absolute; left: 0; top: 4px; }
.lyFootLxfs span { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 36px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; letter-spacing: 2px; margin: 0 auto 5px; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.lyFootLxfs p { width: 100%; height: auto; min-height: 32px; max-height: 60px; overflow: hidden; line-height: 32px; color: rgba(255,255,255,0.45); font-size: 14px; margin: 0 auto; padding: 0; position: relative; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;word-break: break-all; }
.lyFoot_Copy { width: 100%; overflow: hidden; margin: 20px auto 0; padding: 20px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border-top: 10px solid #821414; }
.lyFoot_Copy_l p { width: 100%; height: auto; overflow: hidden; line-height: 30px; color: rgba(255,255,255,0.45); font-size: 14px; margin: 0; padding: 0; }
.lyFoot_Copy_l p img { display: inline-block; width: 20px; height: 20px; overflow: hidden; vertical-align: middle; margin: -4px 5px 0 0; padding: 0; }
.lyFoot_Copy_l p a { line-height: 30px; color: rgba(255,255,255,0.45); font-size: 14px; }
.lyFoot_Copy_l p a:hover { color: #fff; }
.lyFootEwm { width: 25%; }
.lyFootEwm img { float: left; }
.lyFootEwm img.img02 { margin-top: 35px; }
.lyFootEwm span { float: left; width: 10px; height: 18px; }
.lyFootEwm p { float: left; color: #fff; font-size: 16px; margin: 38px 0 0 15px; }
/*ly_Foot 结束*/

/*nyBanner 开始*/
.nyBanner { width:100%; height:380px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.nyBanner img.nyBa { display:block; width:1920px; height:380px; overflow:hidden; margin:0 0 0 -960px; padding:0; position:absolute; left:50%; top:0;}
/*nyBanner 结束*/

/*关于我们 开始*/
.NyMain { width:1300px; height:auto; min-height:320px; margin:0 auto 60px; padding:0;}
.NyMain_Top { width:100%; overflow:hidden; margin:0 auto 40px; padding:20px 0 15px; border-bottom:1px solid #efefef;}
.NyMain_Top p { width:20%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:28px; font-weight:bold; margin:0; padding:0; float:left;}
.NyMain_Top p font { color:#999; font-size:14px; font-weight:normal; margin:0 0 0 5px; display:inline-block;}
.NyMain_Top .lyMbx { width:70%; height:40px; overflow:hidden; line-height:40px; color:#555; font-size:16px; text-align:right; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; float:right;}
.lyMbx img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-4px 4px 0 0; padding:0;}
.lyMbx a { color:#555;}
.lyMbx a:hover { color:#ad150d;}
.lyMbx span { color:#999;}

.NyMain .NyLeft { width:24%; height:auto; margin:0 auto; padding:0; float:left;}

/*搜索框*/
.h_Search {width: 100%;height: 40px;margin: 15px 0 20px;padding: 0;float: right;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.h_Search form .sc_ipt { width:240px; height: 50px; overflow: hidden; margin: 0; padding: 0; float: left; }
.h_Search form .sc_ipt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; margin: 0; padding: 0 15px; background-color: #efefef; border: 0; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.h_Search form .sc_btn { width:50px; height: 50px; overflow: hidden; margin: 0; padding: 0; float: right; }
.h_Search form .sc_btn input { display: block; width: 100%; height: 50px; overflow: hidden; margin: 0; padding: 0; background: url(../images/sousou1.png) center center no-repeat; border: 0; outline: none; cursor: pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cp_type { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.cp_type .hd {width:100%;height:auto;margin:0 auto;padding: 27px 20px 27px 75px;background: #000042 url(../images/ProFlIco.png) 35px center no-repeat;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-top: 6px solid #b80000;}
.cp_type .hd p {height:46px;line-height: 46px;color:#fff;font-size: 28px;font-weight:bold;margin:0 auto;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.cp_type .hd p i { display:block; height:46px; line-height:46px; color:#fff; font-size:60px; font-weight:normal; font-style:normal; margin:0; padding:0; position:absolute; left:0; top:0;}
.cp_type .hd p span {font-size:14px;font-weight:normal;text-transform:uppercase;opacity:0.5;margin: 2px 0 0 10px;padding:0;}

.cp_type .bd { padding:10px 10px 5px; border:1px solid #000042; border-top:0;}
.cp_type .bd ul li {margin:0 auto 5px;border-bottom: 1px solid #e1e1e1;}
.cp_type .bd ul li:last-child{ border-bottom:none;}
.cp_type .bd ul li.on {}
.cp_type .bd ul li p {height:60px;line-height:60px;}
.cp_type .bd ul li:hover p a, .cp_type .bd ul li.on p a { color:#333;}
.cp_type .bd ul li p a { display:block; width:80%; padding:0 0 0 15px; overflow: hidden; line-height:60px; color:#666; font-size:16px; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:20%; height:100%; background:url(../images/jt3.png) center center no-repeat; cursor:pointer; float:left;}
.cp_type .bd ul li div { display:none; margin:0 auto 15px;}
.cp_type .bd ul li div a {display:block;height: 35px;overflow: hidden;line-height: 35px;color:#999;font-size:15px;padding:0 15px 0 30px;text-overflow: ellipsis;white-space:nowrap;background: url(../images/jt5.png) 15px 12px no-repeat;}
.cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a {color: #333;}
.cp_type .bd ul li p:hover span { background:url(../images/jt3.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/jt4.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#ad150d; background:url(../images/jt6.png) 15px 12px no-repeat;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#ad150d; color:#fff;}

.cp_type .bd ul li a.proAll { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#ad150d; font-size:16px; text-align:center; background-color:#efefef; margin:0 auto; padding:0;}
.cp_type .bd ul li a.proAll i { display:inline-block; width:22px; height:22px; vertical-align:middle; margin:-2px 0 0 10px; padding:0; background:url(../images/jt10.png) center center no-repeat; background-size:100% 100%;}
.cp_type .bd ul li a.proAll:hover { color:#fff; background-color:#ad150d;}
.cp_type .bd ul li a.proAll:hover i { background:url(../images/jt11.png) center center no-repeat; background-size:100% 100%;}

.AllPro { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.AllPro a { display:block; width:100%; height:45px; overflow:hidden; line-height:45px; color:#666; font-size:15px; text-align:center; background-color:#efefef; margin:0 auto 15px; padding:0;}
.AllPro a:hover { background-color:#ad150d; color:#fff;}

.NyMain .NyRight { width:73%; height:auto; margin:0 auto; padding:0; float:right;}
.NyRight .NyAbout_Img { width:100%; height:350px; overflow:hidden; margin:0 auto 20px; padding:0; position:relative;}
.NyAbout_Img img.NyAbImg { display:block; width:100%; height:100%; object-fit:cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.NyAbout_Img .NyAboutImg_Text {width:520px;height:290px;overflow:hidden;margin:0;padding:95px 40px;background-color: rgba(173,21,13,0.9);position:absolute;top:30px;right:40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-top: 6px solid rgba(0,0,66,.9);}
.NyAboutImg_Text img { display:block; width:45px; height:40px; margin:0; padding:0; position:absolute;}

.NyAboutImg_Text img.yh01 { left:40px; top:30px;}
.NyAboutImg_Text img.yh02 { right:40px; bottom:30px;}
.NyAboutImg_Text p { width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:20px; text-align:center; margin:0 auto 10px; padding:0;}
.NyAboutImg_Text span { display:block; width:100%; overflow:hidden; line-height:30px; color:#fff; font-size:15px; text-align:center; margin:0 auto; padding:0;}

.NyRight .NyAbout_Con { width:100%; overflow:hidden; margin:0 auto 15px; padding:0; min-height:400px;}
.NyAbout_Con p { width:100%; overflow:hidden; line-height:32px; color:#555; font-size:16px; text-align:justify; text-indent:0; word-break: break-all; margin:0 auto 15px; padding:0;}
.NyAbout_Con p span, .NyAbout_Con p em { color:#555!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important; font-style:normal!important; font-weight:normal!important;}

.NyRight .NyAbout_Honor { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyAbout_Honor .NyAbHonor_Tit { width:100%; height:35px; overflow:hidden; line-height:35px; color:#333; font-size:24px; font-weight:bold; margin:0 auto 30px; padding:0 0 9px; border-bottom:1px solid #efefef;}
.NyAbHonor_Tit a { display:block; width:100px; height:35px; overflow:hidden; line-height:35px; color:#666; font-size:14px; font-weight:normal; text-align:center; margin:0; padding:0; background-color:#efefef; border-radius:5px; float:right;}
.NyAbHonor_Tit a:hover { color:#fff; background-color:#ad150d;}
.NyAbout_Honor .NyAbHonor_list { width:100%; overflow:hidden; margin:0 auto; padding:0 70px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAbHonor_list .swiper-container3 { width:100%; min-height:320px; overflow:hidden; margin:0 auto; padding:0;}
.NyAbHonor_list .swiper-container3 .swiper-slide {}
.NyAbHonor_list .swiper-container3 .swiper-slide .NyAbHonor_Img { width:100%; height:250px; overflow:hidden; margin:0 auto 10px; padding:9px; border:1px solid #efefef; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAbHonor_list .swiper-container3 .swiper-slide .NyAbHonor_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; position:relative;}
.NyAbHonor_list .swiper-container3 .swiper-slide .NyAbHonor_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAbHonor_list .swiper-container3 .swiper-slide:hover .NyAbHonor_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.NyAbHonor_list .swiper-container3 .swiper-slide .NyAbHonor_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.NyAbHonor_list .swiper-container3 .swiper-slide .NyAbHonor_Name a { display:block; width:100%; height:30px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis; line-height:30px; color:#333; font-size:16px; text-align:center; margin:0 auto; padding:0;}
.NyAbHonor_list .swiper-container3 .swiper-slide:hover .NyAbHonor_Name a { color:#ad150d;}

.NyAbHonor_list .swiper-button-prev3, .NyAbHonor_list .swiper-button-next3 { width:40px!important; height:40px!important; margin:-45px 0 0!important; position:absolute; top:50%!important; opacity:1; cursor:pointer;}
.NyAbHonor_list .swiper-button-prev3 { background:url(../images/prev01.png) center center no-repeat!important; left:0;}
.NyAbHonor_list .swiper-button-next3 { background:url(../images/next01.png) center center no-repeat!important; right:0;}
.NyAbHonor_list .swiper-button-prev3:hover { background:url(../images/prev02.png) center center no-repeat!important;}
.NyAbHonor_list .swiper-button-next3:hover { background:url(../images/next02.png) center center no-repeat!important;}
/*关于我们 结束*/

/*内页产品中心 开始*/
.NyPro_List { width: 100%; min-height: 320px; overflow: hidden; margin: 0 auto; padding: 0; }
.NyPro_List ul li { width: 32%; overflow: hidden; margin: 0 2% 20px 0; padding: 0; background-color: #fff; float: left; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #d2d2d2; }
.NyPro_List ul li:nth-child(3n+3) { margin: 0 0 20px; }
.NyPro_List ul li:hover { }
.NyPro_List ul li .lyIdxPro_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyPro_List ul li .lyIdxPro_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: #fff; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_List ul li .lyIdxPro_Img a img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_List ul li:hover .lyIdxPro_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyPro_List ul li .lyIdxPro_Text { width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding: 10px 20px 20px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align: center; }
.NyPro_List ul li .lyIdxPro_Text a.Pro_Name { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 20px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_List ul li:hover .lyIdxPro_Text a.Pro_Name { color: #000042; }
.NyPro_List ul li .lyIdxPro_Text p { width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #666; font-size: 16px; word-break: break-all; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyPro_List ul li .lyIdxPro_Text p img { display: inline-block; width: 17px; height: 19px; margin: -3px 7px 0 0; padding: 0; }
.NyPro_List ul li .lyIdxPro_mask { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; background-color: rgba(0,0,66,0.45); position: absolute; left: 0; top: 100%; z-index: 2; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyPro_List ul li:hover .lyIdxPro_mask { top: 0; }
.NyPro_List .lyIdxPro_mask a { display: block; width: 70px; height: 70px; margin: -37px 0 0 -35px; padding: 0; position: absolute; left: 50%; top: 50%; color: #fff; font-size: 16px; }
.NyPro_List .lyIdxPro_mask img { margin-bottom: 10px; }
/*内页产品中心 结束*/

/*联系我们 开始*/
.NyContact { width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
.NyContact .NyContact_Head { width:100%; overflow:hidden; margin:0 auto; padding:15px 30px; background-color:#f1f1f1; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_Head .NyContact_Con { width:740px; overflow:hidden; margin:0; padding:12px 0; float:left;}
.NyContact_Con b { display:block; width:100%; overflow:hidden; line-height:30px; color:#333; font-size:22px; font-weight:bold; margin:0 auto 10px; padding:0;}
.NyContact_Con p { width:100%; overflow:hidden; line-height:28px; color:#666; font-size:16px; margin:0 auto; padding:0;}
.NyContact_Head .NyContact_Pic { width:120px; height:120px; overflow:hidden; margin:0; padding:0; border:1px solid #fff; border-radius:50%; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_Pic img { display:block; width:110px; height:110px; margin:4px auto; padding:0; border-radius:50%;}

.NyContact .NyContact_Lxfs { width:100%; overflow:hidden; margin:30px auto; padding:40px 0; border:1px solid #efefef; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_Lxfs ul li { width:40%; overflow:hidden; margin:0; padding:0 30px; border-right:1px solid #efefef; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_Lxfs ul li:nth-child(2n+2) { width:60%;}
.NyContact_Lxfs ul li:nth-child(1), .NyContact_Lxfs ul li:nth-child(2) { padding:0 30px 40px;}
.NyContact_Lxfs ul li .NyConLxfs { width:100%; height:auto; min-height:42px; overflow:hidden; margin:0; padding:0 0 0 60px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyContact_Lxfs ul li .NyConLxfs img { display:block; width:42px; height:42px; margin:0; padding:0; position:absolute; left:0; top:0;}
.NyContact_Lxfs ul li .NyConLxfs span { display:block; width:100%; overflow:hidden; line-height:17px; color:#999; font-size:15px; margin:0 auto 5px; padding:0;}
.NyContact_Lxfs ul li .NyConLxfs p { width:100%; overflow:hidden; line-height:20px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}

.NyMap { width:100%; height:400px; overflow:hidden; margin:0 auto; padding:10px; border:1px solid #efefef; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMap .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyMap .dz_map #container { height:120%;}
/*联系我们 结束*/

/*新闻中心 开始*/
.NyNews { width:100%; height:auto; margin:0 auto; padding:0; min-height:400px;}
.NyNews ul li { width:49%; overflow:hidden; margin:0 2% 20px 0; padding:15px 20px 0; background-color:#fff; border:1px solid #ddd; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.NyNews ul li:nth-child(2n+2) { margin:0 0 20px;}
.NyNews ul li a.NyNews_Name { display:block; width:100%; height:32px; overflow:hidden; line-height:32px; color:#333; font-size:18px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.NyNews ul li p { width:100%; height:48px; overflow:hidden; line-height:26px; color:#999; font-size:16px; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin:10px auto 15px; padding:0;}
.NyNews ul li .NyNews_Time { width:100%; overflow:hidden; margin:0 auto; padding:9px 0; border-top:1px solid #ddd;}
.NyNews ul li .NyNews_Time span { display:block; width:50%; height:32px; overflow:hidden; line-height:32px; color:#999; font-size:16px; margin:0; padding:0; float:left;}
.NyNews ul li .NyNews_Time a { display:inline-block; height:32px; overflow:hidden; line-height:32px; color:#999; font-size:16px; margin:0; padding:0; float:right;}
.NyNews ul li .NyNews_Time a i { display:block; width:9px; height:12px; margin:10px 0 11px 6px; padding:0; background:url(../images/jt0.png) 0 0 no-repeat; float:right;}
.NyNews ul li:hover { background-color:#000042; border:1px solid #fff;}
.NyNews ul li:hover a.NyNews_Name { color:#fff;}
.NyNews ul li:hover p { color:rgba(255,255,255,.65);}
.NyNews ul li:hover .NyNews_Time { border-top:1px solid #fff;}
.NyNews ul li:hover .NyNews_Time span { color:#fff;}
.NyNews ul li:hover .NyNews_Time a { color:#fff;}
.NyNews ul li:hover .NyNews_Time a i { background:url(../images/jt7.png) 0 0 no-repeat;}
.NyNews ul li:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 0; background: #ad150d; }
.NyNews ul li:hover:after { height: 4px; }
/*新闻中心 结束*/

/*新闻详情 开始*/
.NyNews_Detail { width:100%; overflow:hidden; margin:0 auto; padding:0;} 
.NyNews_Detail .NyNewsDetail_Title { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:24px; margin:0 auto 10px; padding:0;}
.NyNews_Detail .NyNewsDetail_Tips { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto 20px; padding:0; border-bottom: 1px solid none;}
.NyNewsDetail_Tips img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 4px 0 0; padding:0;}
.NyNews_Detail .NyNewsDetail_Con { width:100%; min-height:500px; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#666; font-size:16px; text-align:justify;}
.NyNewsDetail_Con p, .NyNewsDetail_Con div { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:justify; text-indent:0; margin:0 auto 15px; padding:0;}
.NyNewsDetail_Con p span, .NyNewsDetail_Con span, .NyNewsDetail_Con p em, .NyNewsDetail_Con em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.NyNewsDetail_Con table { display:block; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewsDetail_Con table tr td p { text-indent:0!important;}
.NyNewsDetail_Con img { display:inline-block; width:auto!important; height:auto!important; max-width:60%; margin:0 auto; padding:0; text-indent:0!important;}

.NyPrevNext { width:100%; overflow:hidden; margin:40px auto 0; padding:0; background:#000042;}
.NyPrevNext ul li { width:50%; height:54px; line-height:54px; color:#fff; font-size:16px;overflow:hidden;  white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0 10px; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#000042;}
.NyPrevNext ul li:nth-child(1){ background:url(../images/jt8.png) no-repeat 20px center;padding-left: 50px;}
.NyPrevNext ul li:nth-child(2) { text-align:right; margin-right:0;background:url(../images/jt9.png) no-repeat 95% center; padding-right:50px;}
.NyPrevNext ul li img { display:inline-block; width:31px; height:9px; vertical-align:middle; margin:-2px 10px 0; padding:0;}
.NyPrevNext ul li a { color:#fff; font-size:16px;}
/*新闻详情 结束*/

/*在线留言 开始*/
.ly_msg { width: 100%; overflow: hidden; margin: 0 auto!important; padding: 0;}
.ly_msg h3 { display: none!important;}
.ly_msg ul { width: 100%; overflow: hidden; margin: 0 auto!important; padding: 0;}
.ly_msg ul li { width: 100%; overflow: hidden; line-height: 44px; margin: 0 auto 25px!important; padding: 0; color: #999; font-size: 14px;}
.ly_msg ul li:last-child { margin:0 auto!important;}
.ly_msg ul li h4 { width: 12%!important; height: 44px!important; overflow: hidden; line-height: 44px!important; margin: 0; padding: 0 10px 0 0; color: #333; font-size: 16px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li h4 font { color:#f00;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_tara { width: 88%!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important;}
.ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_ipt12, .ly_msg ul li .msg_ipt2 { height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li .msg_ipt12 { width: 88%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #999; font-size: 16px; border: 0px solid #eaeaea; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #eaeaea; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input { height: 44px!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri !important;}
.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea {border-radius:0; font-size: 16px!important; background-color: #f1f1f1!important; border: 0 solid #eaeaea!important; font-family: Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-seri!important; outline: none!important; resize: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.ly_msg ul li .msg_ipt1 #selPvc {border-radius: 0; height: 44px!important; line-height: 44px!important; color: #666!important; font-size: 16px!important; background-color: #f1f1f1!important; border: 0px solid #eaeaea!important; padding: 0 15px!important; outline: none!important; box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_msg ul li .msg_ipt2, .msg_ipt2 input { width: 160px!important; padding:0 15px;}
.ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding: 0; float: left;}
.ly_msg ul li a.yzm_img {display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background: url(../images/tb_img.png) top right no-repeat; float: left;}
.ly_msg ul li a.yzm_img { width: 120px!important; height: 44px!important; background: url(../images/tb_img.png) right center no-repeat!important;}
.ly_msg ul li a.yzm_img img { display: block; width: 100%!important; height: 100%!important;}
.ly_msg ul li .msg_btn { width: 88%; overflow: hidden; margin: 0 auto; padding: 0; float: left;}
.ly_msg ul li .msg_btn { width: 88%!important;}
.msg_btn input { width: 150px!important; height: 44px!important; line-height: 44px!important; color: #fff!important; font-size: 16px!important; text-align: center!important; margin: 0 20px 0 0!important; padding: 0; border-radius: 2px; border: none!important; background-color:#000042!important; cursor: pointer!important;}
.msg_btn input:last-child { background-color:#ad150d!important;}
.msg_btn input:hover { background-color:#010133!important;}
.msg_btn input:last-child:hover { background-color:#a60101!important;}
/*在线留言 结束*/

/*产品详情 开始*/
.NyProDetail { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyProDetail .NyProDetail_Main { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}

.prodetail_img { width:44%; height: 400px; margin: 0; padding: 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:64px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:64px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:64px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:18.4%; height:64px; margin:0 2% 0 0;}
#spec-list ul li:last-child { margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; border:1px solid #ddd; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:326px; overflow:hidden; padding:0; border:1px solid #ddd; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #ddd;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}


.NyProDetail_Main .NyProDetail_Text {width:53%;margin:0;padding: 0;float:right;}
.NyProDetail_Text h1 { width: 100%; overflow: hidden; line-height: 36px; color: #333; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0 0 10px; font-weight: normal; font-weight: bold; border-bottom: 1px solid #ddd; }
.NyProDetail_Text .NyProDetail_Ms {width:100%;overflow:hidden;margin: 15px auto 25px;padding:10px 15px;background-color:#f8f8f8;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.NyProDetail_Ms p {width:100%;height:auto;height: 96px;overflow:hidden;line-height:24px;color:#999;font-size:14px;text-align:justify;margin:0 auto;padding:0;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.NyProDetail_Ms p font { color:#333;}
.NyProDetail_Text ul li {width:50%;height:30px;overflow:hidden;line-height:30px;color:#333;font-size:15px;white-space:nowrap;text-overflow:ellipsis;margin: 10px 0;padding:0;float:left;}
.NyProDetail_Text ul li img {display:block;width:10px;height:16px;margin: 6px 10px 9px 0;padding:0;float:left;}
.NyProDetail_Text ul li span { color:#999;}
.NyProDetail_Text .NyProDetail_Btn {width:100%;overflow:hidden;margin: 46px 0 0 0;padding:0;}
.NyProDetail_Btn a { display:block; width:160px; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:16px; text-align:center; margin:0 20px 0 0; padding:0; float:left;}
.NyProDetail_Btn a.Btn1 {background-color: #000042;}
.NyProDetail_Btn a.Btn2 {background-color: #b80000;}
.NyProDetail_Btn a.Btn1:hover {background-color: #010133;}
.NyProDetail_Btn a.Btn2:hover {background-color: #a60101;}

.NyProDetail .NyProDetail_Con { width:100%; overflow:hidden; margin:0 auto 30px; padding:0;}
.NyProDetail_Title {width:100%;height: 50px;line-height: 50px;color:#333;font-size: 18px;font-weight:bold;margin:0 auto 30px;padding:0;border-bottom:1px solid #ddd;}
.NyProDetail_Title img { display:block; width:22px; height:22px; margin:14px 9px 14px 0; padding:0; float:left;}
.NyProDetail_Title font {display:inline-block;height: 53px;overflow:hidden;line-height: 50px;background: url(../images/protit_line.png) no-repeat bottom center;float:left;}
.NyProDetail_Title span { color:#999; font-size:14px; font-weight:normal; margin:0 0 0 10px;}
.NyProDetail_Con .NyProDetailCon { width:100%; overflow:hidden; margin:0 auto; padding:0 20px; line-height:30px; color:#666; font-size:16px; text-align:justify; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProDetailCon p, .NyProDetailCon div { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:justify; text-indent:0; margin:0 auto; padding:0;}
.NyProDetailCon p span, .NyProDetailCon span, .NyProDetailCon p em, .NyProDetailCon em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.NyProDetailCon table { display:block; width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProDetailCon table tr td p { text-indent:0!important;}
.NyProDetailCon p b { color:#333;}
.NyProDetailCon img { display:inline-block; width:auto!important; height:auto!important; max-width:60%; margin:0 auto; padding:0; text-indent:0!important;}
/*产品详情 结束*/

/*产品列表主体*/
.nyPro_list { width:100%; height:auto; margin:0 auto; padding:0;}
.nyPro_list ul li { width:100%; height:auto; margin:0 auto 30px; padding:40px; background:url(../images/prolist_bg.png) no-repeat; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-size:100%; overflow:hidden;}
.nyPro_list ul li:hover {}
.nyPro_list ul li .nyProList_img { width:27%; height:180px; overflow:hidden; margin:0; padding:0; background-color:#fff; border:1px solid #eaeaea; float:left; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyPro_list ul li .nyProList_img a img.nyPro_img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:1; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.nyPro_list ul li:hover .nyProList_img a img.nyPro_img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.nyPro_list ul li .nyProList_text { width:70%; height:180px; overflow:hidden; margin:0; padding:0; float:right;}
.nyPro_list ul li .nyProList_text .nyProList_name { width:100%; overflow:hidden; margin:0 auto 10px; padding:0;}
.nyProList_text .nyProList_name a {display:block;width:100%;height:30px;overflow:hidden;line-height:30px;color: #333;font-size: 22px;white-space:nowrap;text-overflow: ellipsis;margin:0 auto;padding:0;}
.nyProList_text .nyProList_name a:hover { color:#273a60;}
.nyPro_list ul li .nyProList_text .nyProList_ms { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_ms p {width:100%;height: 60px;overflow:hidden;line-height: 28px;color: #999;font-size: 15px; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;margin:0 auto;padding:0;}
.nyPro_list ul li .nyProList_text .nyProList_tips {width:100%;overflow:hidden;padding:0; margin-top:23px;}
.nyProList_text .nyProList_tips dl dd {display:inline-block;height:55px;line-height:20px;color:#797979;white-space:nowrap;text-overflow: ellipsis;margin:0 20px 0 0;padding: 7px 10px 0 50px;border:1px solid #ddd;float:left;max-width: 160px;width: 28%;box-sizing: border-box;}
.nyProList_text .nyProList_tips dl dd span{ display:block; font-size:14px; color:#999;}
.nyProList_text .nyProList_tips dl dd p{ height:20px; line-height:20px; font-size:14px; color:#666;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.nyProList_text .nyProList_tips dl dd:nth-child(1){ background:url(../images/list_ico1.png) no-repeat 12px center;}
.nyProList_text .nyProList_tips dl dd:nth-child(2){ background:url(../images/list_ico2.png) no-repeat 12px center;}
.nyProList_text .nyProList_tips dl dd:nth-child(3){ background:url(../images/list_ico3.png) no-repeat 12px center;}
.nyPro_list ul li .nyProList_text .nyProList_btn { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.nyProList_text .nyProList_btn a { display:block; width:88px; height:34px; overflow:hidden; line-height:32px; color:#aaa; font-size:14px; text-align:center; margin:0 20px 0 0; padding:0; border:1px solid #dfdfdf; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.nyProList_text .nyProList_btn a:first-child { color:#fff; background-color:#2c64a1; border:1px solid #2c64a1;}
.nyProList_text .nyProList_btn a:hover { color:#fff; background-color:#45b0e4; border:1px solid #45b0e4;}
/*内页产品列表 结束*/

/*分页样式 开始*/
#fengye { text-align: center; margin: 20px auto 0; color: #555; font-size: 14px; }
#fengye a { display: inline-block; padding: 0 10px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; border-radius: 2px; color: #555; font-size: 14px; }
#fengye a:hover { background: #000042; color: #ffffff; }
#fengye a.pnnum1 { background: #000042; color: #ffffff; }
#fengye input { display: inline-block; padding: 0 5px; background-color: #000042; width: 40px !important; height: 30px !important; line-height: 30px; text-align: center; margin: 0 5px; color: #fff; cursor: pointer; border: 0; outline: none; }
#fengye .p_input { display: inline-block; padding: 0 5px; background: #ddd; height: 30px; line-height: 30px; text-align: center; margin: 0 5px; color: #555; cursor: default; }
/*分页样式 结束*/

/*相关文章 开始*/
.xgwz { margin-top: 35px; background: #fff; }
.xgwz .xgwz_list { padding:10px; border:1px solid #ddd;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border-top:0; }
.xgwz .xgwz_bt{width:100%;height:auto;margin:0 auto;padding: 27px 20px 27px 75px;background: #000042 url(../images/XgwzFlIco.png) 35px center no-repeat;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-top: 6px solid #b80000;}
.xgwz .xgwz_bt p {height:46px;line-height: 46px;color:#fff;font-size: 28px;font-weight:bold;margin:0 auto;position:relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.xgwz .xgwz_bt p i { display:block; height:46px; line-height:46px; color:#fff; font-size:60px; font-weight:normal; font-style:normal; margin:0; padding:0; position:absolute; left:0; top:0;}
.xgwz .xgwz_bt p span {font-size:14px;font-weight:normal;text-transform:uppercase;opacity:0.5;margin: 2px 0 0 10px;padding:0;}
.xgwz_list ul li { width: 100%; border-bottom: 1px solid #eaeaea;    padding: 12px 0;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.xgwz_list ul li:last-child{ border-bottom:0;}
.xgwz_list ul li p { font-size: 15px; line-height: 30px; height: 30px; margin-bottom: 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.xgwz_list ul li p a { color: #333; }
.xgwz_list ul li p a:hover { color: #ad150d; }
.xgwz_list ul li span img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -2px 6px 0 0; padding: 0; }
.xgwz_list ul li span { font-size: 14px; color: #999; }
/*相关文章 结束*/

/*右侧客服 开始*/
.kfView { width: 140px; position: fixed; top: 40%; right: 0; z-index: 99; box-shadow: 0 7px 15px rgba(0,0,0,0.1); border-radius: 12px 0 0 12px; margin: -212px 0 0; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.kfView .kfTop { width: 100%; overflow: hidden; margin: 0 auto; padding: 15px 5px 11px; background-color: #ad150d; border-radius: 12px 0 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.kfView .kfTop i { display: block; width: 48px; height: 48px; margin: 0 auto; padding: 0; background: url('../images/kfTel.png') center center no-repeat; }
.kfView .kfTop span { display: block; width: 100%; overflow: hidden; line-height: 20px; color: #fff; font-family: "\5FAE\8F6F\96C5\9ED1"; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 4px auto 2px; padding: 0; }
.kfView .kfTop p { width: 100%; overflow: hidden; line-height: 20px; color: #fff; font-family: "Arial"; font-size: 18px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.kfView .kfMain { width: 100%; overflow: hidden; margin: 0 auto; background-color: #fff; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.kfView .kfMain ul { padding: 0 10px; }
.kfView .kfMain ul li { margin: 0 auto 15px; }
.kfView .kfMain ul a { display: block; width: 100%; height: 36px; overflow: hidden; line-height: 26px; color: #fff; font-size: 14px; margin: 0 auto; padding: 5px; background-color: #ad150d; border-radius: 18px; cursor: pointer; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.kfView .kfMain ul a img { display: block; width: 26px; height: 26x; margin: 0 5px 0 0; padding: 0; float: left; }
.kfView .kfMain ul a em { width: 12px; height: 12px; display: inline-block; vertical-align: middle; background: url('../images/kepu2.png') no-repeat center top; }
.kfView .kfMain .kfEwm { width: 140px; height: auto; margin: 0 auto; padding: 10px; border-top: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.kfView .kfMain .kfEwm img { display: block; width: 110px; height: 110px; overflow: hidden; margin: 0 auto; padding: 0; }
.kfView .kfMain .kfEwm p { width: 100%; height: 20px; overflow: hidden; line-height: 20px; color: #333; font-size: 14px; text-align: center; margin: 0 auto; padding: 0; }
.kfView .toTop { width: 100%; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; padding: 0 10px; background-color: #303030; border-radius: 0 0 0 12px; cursor: pointer; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.kfView .toTop img { display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin: -2px 6px 0 0; padding: 0; }
.kfBtn { width: 30px; height: 120px; overflow: hidden; text-align: center; margin: -60px 0 0; position: absolute; left: -30px; top: 50%; z-index: 1; cursor: pointer; background-color: #ad150d; border-radius: 12px 0 0 12px; }
.kfBtn p { position: absolute; top: 16px; left: 8px; line-height: 18px; color: #fff; font-size: 14px; }
.kfBtn p img { display: inline-block; margin: 6px 0 0; }
/*右侧客服 结束*/

/*内页荣誉资质 开始*/
.ny_honor_list{ min-height:300px;}
.ny_honor_list ul li {margin: 0 3% 2% 0;width: 31.3333%;float:left;}
.ny_honor_list ul li:nth-child(3n+3){ margin-right:0;}
.ny_honor_list ul li .pic {display: block;width: 100%;float: left;height: 230px;border: 1px solid #DDDDDD;text-align: center;position: relative;overflow: hidden;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;margin-bottom: 3px;}
.ny_honor_list ul li .pic img { max-width: 95%; max-height: 95%; vertical-align: middle; -webkit-transition: all .6s; -moz-transition: all .6s; -ms-transition: all .6s; -o-transition: all .6s; transition: all .25s; }
.ny_honor_list ul li .pic .iblock { display: inline-block; height: 100%; width: 0; vertical-align: middle }
.ny_honor_list ul li:hover .pic img { transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); }
.ny_honor_list ul li .tlt{display:block;height: 50px;text-align:center;clear: both;margin-top: 5px;font-size: 16px;color: #333;line-height: 50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ny_honor_list ul li:hover .tlt{ color:#000042;}
/*内页荣誉资质 结束*/

